home *** CD-ROM | disk | FTP | other *** search
-
- * 'Stub' routine for Lattice/SAS C *
- * for recoq.library by Cath of LSD *
-
- OPT L+
-
- INCDIR XNCLUDE:ASM/
-
- INCLUDE "recoq.i"
-
- XDEF _rqWhatIs
-
-
- _rqWhatIs
- move.l a6,-(a7) ; store a7
- GETRQBASE
- move.l 8(a7),a0 ; Get pointer to buffer
- jsr _LVOrqWhatIs(a6) ; Call Function
- move.l (a7)+,a6 ; d0/d1/d2/d3 modified
- rts
-
- end
-